|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.vtp.desktop.editors.core.model.UIComponent
org.eclipse.vtp.desktop.editors.core.model.UIConnector
public class UIConnector
| Nested Class Summary | |
|---|---|
class |
UIConnector.ConnectorEndPoint
|
static interface |
UIConnector.GraphPoint
|
class |
UIConnector.LineLabel
|
class |
UIConnector.MidPoint
|
| Constructor Summary | |
|---|---|
UIConnector(Connector connector,
UIElement origin,
UIElement destination)
|
|
UIConnector(org.w3c.dom.Element connectorDesign,
Connector connector,
UIElement origin,
UIElement destination)
|
|
| Method Summary | |
|---|---|
void |
addMidPoint(int x,
int y)
|
Connector |
getConnector()
|
UIElement |
getDestination()
|
UIConnector.LineLabel |
getLabel()
|
java.util.List |
getMidPoints()
|
org.eclipse.swt.graphics.Point[] |
getPoints()
|
UIElement |
getUIOrigin()
|
void |
insertMidPoint(int index,
int x,
int y)
|
void |
removeMidPoint(int index)
|
void |
storeUIConnector(org.w3c.dom.Element canvasElement)
|
| Methods inherited from class org.eclipse.vtp.desktop.editors.core.model.UIComponent |
|---|
addListener, addPropertyListener, componentChanged, componentDeleted, fireChange, fireDelete, firePropertyChange, propertyChange, removeListener, removePropertyListener |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public UIConnector(Connector connector,
UIElement origin,
UIElement destination)
public UIConnector(org.w3c.dom.Element connectorDesign,
Connector connector,
UIElement origin,
UIElement destination)
| Method Detail |
|---|
public void storeUIConnector(org.w3c.dom.Element canvasElement)
public Connector getConnector()
public UIElement getUIOrigin()
public UIElement getDestination()
public UIConnector.LineLabel getLabel()
public org.eclipse.swt.graphics.Point[] getPoints()
public java.util.List getMidPoints()
public void addMidPoint(int x,
int y)
public void insertMidPoint(int index,
int x,
int y)
public void removeMidPoint(int index)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||